Bentley Map V8i (SELECTseries 10) Help

Creating a Linear Feature

Linestring/curve features are based on SDO_CURVE (SDO_GTYPE=2002, 2006, 3002, 3006) tables. These features can contain circular arcs and lines. Elliptic arcs and other curves are stroked on input and not recreated on extract. These features can have sub-features of type text or any other types and can also be 3D.

Line tables are mapped as XFM Linear Collection features if the spatial index is of type Multicurve, and as XFM features if the spatial index is of type Curve. If no spatial index is created on the table or the spatial is of type COLLECTION then the software reads the first row of the table and uses this geometry type to create a corresponding XFM collection type.

NURBS support in Oracle 12C

Bentley Map will support the new NURBs (Non Uniform Rational B-spline) data type in Oracle Spatial.

Oracle supports these curves in 2D only with a projected coordinate system. These are supported as SDO_GTYPE=2006

Note: Oracle patch 18223766, from patch bundle 12.1.0.1.5 is required to support these types as SDO_GTYPE=2002, SDO_ETYPE= 2, where the last point of one segment is the first point of the next.